Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add List natvis #36

Merged
merged 2 commits into from
Dec 14, 2024
Merged

Conversation

ben-craig-cs
Copy link
Contributor

Adding MSVC visualizer for rad::List. This is using CustomListItems, because MSVC tries to render the last / head element when I use LinkedListItems. That's because I don't have a size, and the end of the list isn't a null, and the head element isn't a real element.

Copy link

github-actions bot commented Dec 13, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@ben-craig-cs
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

Copy link

codecov bot commented Dec 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.85%. Comparing base (933a601) to head (4079876).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
- Coverage   91.11%   90.85%   -0.26%     
==========================================
  Files          19       19              
  Lines        2599     2603       +4     
  Branches      307      312       +5     
==========================================
- Hits         2368     2365       -3     
- Misses         15       17       +2     
- Partials      216      221       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jxy-s jxy-s merged commit da9ddc1 into archonitelabs:main Dec 14, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants